Fix some Tramp oddities
authorMichael Albinus <michael.albinus@gmx.de>
Tue, 21 May 2024 16:13:40 +0000 (18:13 +0200)
committerMichael Albinus <michael.albinus@gmx.de>
Tue, 21 May 2024 16:13:40 +0000 (18:13 +0200)
commit9aeb4872d473695b75a27184b7e90868c15242c9
treeed3be9e76ffaf4f225163f3ecf97b9c819e96f42
parentc8b34046d93ab28b3e56aa04ce4526b4c76d5581
Fix some Tramp oddities

* lisp/net/tramp-container.el: Move connection-local settings
where they belong to.

* lisp/net/tramp-sshfs.el (tramp-connection-properties): Do not
set connection property "direct-async-process".
(tramp-direct-async-process): Set connection-local value.

* test/lisp/net/tramp-tests.el (comp-warn-primitives): Declare.
(tramp-test18-file-attributes): Use it.
lisp/net/tramp-container.el
lisp/net/tramp-sshfs.el
test/lisp/net/tramp-tests.el